home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / CONVERT / MIGDB4.H < prev    next >
Encoding:
Text File  |  1998-05-26  |  441 b   |  14 lines

  1. *- migdb4.h
  2. *-
  3. *-
  4. #DEFINE lbl_type 11
  5. #DEFINE scr_type 18
  6. #DEFINE frm_type 7
  7.  
  8. #DEFINE C_ERRDB3FILE    105    && Not a dBASE IV file.  FoxPro converts dBASE III FRMs and LBLs natively.
  9. #DEFINE C_ERRBADDB4        106    && Not a DBASE IV file (the file has the wrong header for dBASE IV).
  10.  
  11. #DEFINE C_ERRFTYPE_LOC    "Incorrect file ID type for a dBASE IV .SCR or .LBL file."
  12. #DEFINE C_ERRNOFMT_LOC    "Unable to locate dBASE III format (.FMT) file."
  13.  
  14.